Skip to content

feat: complete AMC source review gap receipts - #26

Open
AgentMaturity wants to merge 2 commits into
mainfrom
cleanup/amc-source-review-2026-06-20
Open

feat: complete AMC source review gap receipts#26
AgentMaturity wants to merge 2 commits into
mainfrom
cleanup/amc-source-review-2026-06-20

Conversation

@AgentMaturity

Copy link
Copy Markdown
Owner

Summary

  • Stabilizes and preserves the completed AMC source-review/product-hardening wave through AMC-1188 / GAP-0587.
  • Commits Codex's locally completed receipt, methodology, docs, tests, website, and source-boundary work.
  • Ignores generated AMC dashboard/gate/test-result artifacts so local verification no longer dirties the tree.

Verification

  • npm rebuild better-sqlite3
  • git diff --check -- . ':(exclude)AMC_OS'
  • npx vitest run tests/metricValidity.test.ts tests/publicMethodology.test.ts --reporter=dot ✅ 2 files / 106 tests
  • npm run typecheck
  • npm run build
  • npm test -- --reporter=dot ✅ 462 files / 5,947 tests

Notes

  • AMC-1188 is already Done in Linear with completion and verification comments.
  • AMC_OS/ remains gitignored/local reference material and is not included in this PR.
  • GitHub reported 9 Dependabot alerts on the default branch during push; this PR does not claim to resolve them.

- add source-review receipt coverage through AMC-1188/RAViG and related backlog hardening
- update docs, tests, website, methodology, changesets, and source-boundary surfaces
- ignore generated AMC dashboard/gate/test-result artifacts

Verification:
- npm rebuild better-sqlite3
- git diff --check -- . ':(exclude)AMC_OS'
- npx vitest run tests/metricValidity.test.ts tests/publicMethodology.test.ts --reporter=dot (106 tests)
- npm run typecheck
- npm run build
- npm test -- --reporter=dot (462 files, 5947 tests)
@github-actions

github-actions Bot commented Jun 20, 2026

Copy link
Copy Markdown

✅ AMC Score: 0.00 (L0)

AMC Badge

Dimension Score Level

Status: Meets threshold


Agent Maturity Compass · amc-action v1

CI runs npm test before the explicit build step, while several CLI tests execute dist/cli.js. Add npm pretest so a clean checkout builds the CLI before Vitest.

Verification:
- rm -rf dist && npm test -- --reporter=dot tests/quickstartNonInteractiveGuard.test.ts tests/startupGuidance.test.ts tests/upDemoMode.test.ts
- npm run typecheck
- npm test -- --reporter=dot
- git diff --check -- . ':(exclude)AMC_OS'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant